File manager - Edit - /home/autoph/public_html/projects/ahg-prf-api/app/Notifications/NotifiableUser.php
Back
<?php namespace App\Notifications; use Illuminate\Notifications\Notifiable; //another class handle input param email class NotifiableUser { use Notifiable; public $email; public function __construct($email) { $this->email = $email; } public function routeNotificationForMail() { return $this->email; } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings